Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Fill Styles


Q3FillStyle_Get

You can use the Q3FillStyle_Get function to get the fill style value of a fill style.

TQ3Status Q3FillStyle_Get (
TQ3StyleObject styleObject, 
TQ3FillStyle *fillStyle);
styleObject
A fill style object.
fillStyle
On exit, a pointer to the fill style value of the specified fill style object.
DESCRIPTION
The Q3FillStyle_Get function returns, in the fillStyle parameter, a pointer to the current fill style value of the fill style object specified by the styleObject parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996